getLatitude

abstract fun getLatitude(): Double

Gets the geographic latitude of the location in decimal degrees. Positive values indicate North, negative values indicate South. The valid range is typically -90.0 to +90.0.

Return

The latitude in decimal degrees. Returns 0.0 or a specific sentinel value (e.g., NaN) if not available or not applicable.